home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
Util
/
M
/
MacDOS 3.0.sit
/
MacDOS 3.0 ƒ
/
executables
/
MacDOS 3.0.rsrc
/
TEXT_185_WRITE.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-09
|
394 b
|
11 lines
Writes a line of text to a file opened with OPEN.
WRITE fileID what
fileID is the number returned by OPEN.
The file can be closed with the command CLOSE.
what is the line of text to be written into the file. Note that
the text must be quoted if it contains spaces. WRITE
appends a newline character (CR) to each line before
writing it into the file.